[INFO] cloning repository https://github.com/makabaka1880/kumolang
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/makabaka1880/kumolang" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmakabaka1880%2Fkumolang", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmakabaka1880%2Fkumolang'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 59cb81448fe14dfc2e045e2d8b4ae1b9f6b28cea
[INFO] fixing makabaka1880/kumolang against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmakabaka1880%2Fkumolang" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/makabaka1880/kumolang
[INFO] finished tweaking git repo https://github.com/makabaka1880/kumolang
[INFO] tweaked toml for git repo https://github.com/makabaka1880/kumolang written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/makabaka1880/kumolang on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/makabaka1880/kumolang already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded wasm-bindgen-shared v0.2.123
[INFO] [stderr]   Downloaded wasm-bindgen-macro v0.2.123
[INFO] [stderr]   Downloaded wasm-bindgen-macro-support v0.2.123
[INFO] [stderr]   Downloaded sexp v1.1.4
[INFO] [stderr]   Downloaded js-sys v0.3.100
[INFO] [stderr]   Downloaded wasm-bindgen v0.2.123
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] fba2a8f59c0b81464a3d86128253b91aa50f2aa6a98d27eb85c89750bef4f9fe
[INFO] running `Command { std: "docker" "start" "fba2a8f59c0b81464a3d86128253b91aa50f2aa6a98d27eb85c89750bef4f9fe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "fba2a8f59c0b81464a3d86128253b91aa50f2aa6a98d27eb85c89750bef4f9fe" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fba2a8f59c0b81464a3d86128253b91aa50f2aa6a98d27eb85c89750bef4f9fe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "fba2a8f59c0b81464a3d86128253b91aa50f2aa6a98d27eb85c89750bef4f9fe" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.123
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling bumpalo v3.20.3
[INFO] [stderr]     Checking unicode-ident v1.0.24
[INFO] [stderr]     Checking serde_core v1.0.228
[INFO] [stderr]     Checking once_cell v1.21.4
[INFO] [stderr]     Checking memchr v2.8.1
[INFO] [stderr]     Checking sexp v1.1.4
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling wasm-bindgen v0.2.123
[INFO] [stderr]     Checking getrandom v0.4.2
[INFO] [stderr]     Checking uuid v1.23.3
[INFO] [stderr]     Checking serde_json v1.0.150
[INFO] [stderr]    Compiling wasm-bindgen-macro-support v0.2.123
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]     Checking clap v4.6.1
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]    Compiling wasm-bindgen-macro v0.2.123
[INFO] [stderr]     Checking kumolang v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0583]: file not found for module `ast`
[INFO] [stdout]  --> src/lib.rs:8:1
[INFO] [stdout]   |
[INFO] [stdout] 8 | mod ast;
[INFO] [stdout]   | ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: to create the module `ast`, create file "src/ast.rs" or "src/ast/mod.rs"
[INFO] [stdout]   = note: if there is a `mod ast` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0583]: file not found for module `ast`
[INFO] [stdout]  --> src/lib.rs:8:1
[INFO] [stdout]   |
[INFO] [stdout] 8 | mod ast;
[INFO] [stdout]   | ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: to create the module `ast`, create file "src/ast.rs" or "src/ast/mod.rs"
[INFO] [stdout]   = note: if there is a `mod ast` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Stmt` in this scope
[INFO] [stdout]   --> src/engine.rs:61:38
[INFO] [stdout]    |
[INFO] [stdout] 61 | fn parse_stmt(sexp: &Sexp) -> Result<Stmt, String> {
[INFO] [stdout]    |                                      ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 61 | fn parse_stmt<Stmt>(sexp: &Sexp) -> Result<Stmt, String> {
[INFO] [stdout]    |              ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Program` in this scope
[INFO] [stdout]    --> src/engine.rs:125:45
[INFO] [stdout]     |
[INFO] [stdout] 125 | pub fn parse_program(input: &str) -> Result<Program, String> {
[INFO] [stdout]     |                                             ^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 125 | pub fn parse_program<Program>(input: &str) -> Result<Program, String> {
[INFO] [stdout]     |                     +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Program` in this scope
[INFO] [stdout]    --> src/engine.rs:177:25
[INFO] [stdout]     |
[INFO] [stdout] 177 | pub fn verify(program: &Program) -> VerificationResult {
[INFO] [stdout]     |                         ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Stmt` in this scope
[INFO] [stdout]    --> src/engine.rs:196:21
[INFO] [stdout]     |
[INFO] [stdout] 196 | fn eval_stmt(stmt: &Stmt, store: &mut Store, graph: &mut RecipeDAG) -> Result<(), String> {
[INFO] [stdout]     |                     ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `ast::*`
[INFO] [stdout]   --> src/engine.rs:14:13
[INFO] [stdout]    |
[INFO] [stdout] 14 | use crate::{ast::*, dag::*};
[INFO] [stdout]    |             ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Stmt` in this scope
[INFO] [stdout]   --> src/engine.rs:63:53
[INFO] [stdout]    |
[INFO] [stdout] 63 |         Sexp::Atom(Atom::S(s)) if s == "skip" => Ok(Stmt::Skip),
[INFO] [stdout]    |                                                     ^^^^ use of undeclared type `Stmt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Stmt` in this scope
[INFO] [stdout]   --> src/engine.rs:74:24
[INFO] [stdout]    |
[INFO] [stdout] 74 |                     Ok(Stmt::NewMixture(parse_ident(&list[1])?))
[INFO] [stdout]    |                        ^^^^ use of undeclared type `Stmt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Stmt` in this scope
[INFO] [stdout]   --> src/engine.rs:83:24
[INFO] [stdout]    |
[INFO] [stdout] 83 |                     Ok(Stmt::Prep(parse_ident(&list[2])?, parse_ident(&list[1])?))
[INFO] [stdout]    |                        ^^^^ use of undeclared type `Stmt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Stmt` in this scope
[INFO] [stdout]   --> src/engine.rs:92:24
[INFO] [stdout]    |
[INFO] [stdout] 92 |                     Ok(Stmt::Pour(
[INFO] [stdout]    |                        ^^^^ use of undeclared type `Stmt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Stmt` in this scope
[INFO] [stdout]   --> src/engine.rs:61:38
[INFO] [stdout]    |
[INFO] [stdout] 61 | fn parse_stmt(sexp: &Sexp) -> Result<Stmt, String> {
[INFO] [stdout]    |                                      ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 61 | fn parse_stmt<Stmt>(sexp: &Sexp) -> Result<Stmt, String> {
[INFO] [stdout]    |              ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Stmt` in this scope
[INFO] [stdout]    --> src/engine.rs:102:24
[INFO] [stdout]     |
[INFO] [stdout] 102 |                     Ok(Stmt::Skip)
[INFO] [stdout]     |                        ^^^^ use of undeclared type `Stmt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Stmt` in this scope
[INFO] [stdout]    --> src/engine.rs:111:24
[INFO] [stdout]     |
[INFO] [stdout] 111 |                     Ok(Stmt::PourOut(
[INFO] [stdout]     |                        ^^^^ use of undeclared type `Stmt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Program` in this scope
[INFO] [stdout]    --> src/engine.rs:125:45
[INFO] [stdout]     |
[INFO] [stdout] 125 | pub fn parse_program(input: &str) -> Result<Program, String> {
[INFO] [stdout]     |                                             ^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 125 | pub fn parse_program<Program>(input: &str) -> Result<Program, String> {
[INFO] [stdout]     |                     +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Program` in this scope
[INFO] [stdout]    --> src/engine.rs:177:25
[INFO] [stdout]     |
[INFO] [stdout] 177 | pub fn verify(program: &Program) -> VerificationResult {
[INFO] [stdout]     |                         ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Stmt` in this scope
[INFO] [stdout]    --> src/engine.rs:196:21
[INFO] [stdout]     |
[INFO] [stdout] 196 | fn eval_stmt(stmt: &Stmt, store: &mut Store, graph: &mut RecipeDAG) -> Result<(), String> {
[INFO] [stdout]     |                     ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `ast::*`
[INFO] [stdout]   --> src/engine.rs:14:13
[INFO] [stdout]    |
[INFO] [stdout] 14 | use crate::{ast::*, dag::*};
[INFO] [stdout]    |             ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Program` in this scope
[INFO] [stdout]    --> src/engine.rs:148:8
[INFO] [stdout]     |
[INFO] [stdout] 148 |     Ok(Program(stmts))
[INFO] [stdout]     |        ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `kumolang` (lib) due to 17 previous errors; 1 warning emitted
[INFO] [stdout] error[E0433]: cannot find type `Stmt` in this scope
[INFO] [stdout]   --> src/engine.rs:63:53
[INFO] [stdout]    |
[INFO] [stdout] 63 |         Sexp::Atom(Atom::S(s)) if s == "skip" => Ok(Stmt::Skip),
[INFO] [stdout]    |                                                     ^^^^ use of undeclared type `Stmt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0433]: cannot find type `Stmt` in this scope
[INFO] [stdout]   --> src/engine.rs:74:24
[INFO] [stdout]    |
[INFO] [stdout] 74 |                     Ok(Stmt::NewMixture(parse_ident(&list[1])?))
[INFO] [stdout]    |                        ^^^^ use of undeclared type `Stmt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Stmt` in this scope
[INFO] [stdout]   --> src/engine.rs:83:24
[INFO] [stdout]    |
[INFO] [stdout] 83 |                     Ok(Stmt::Prep(parse_ident(&list[2])?, parse_ident(&list[1])?))
[INFO] [stdout]    |                        ^^^^ use of undeclared type `Stmt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Stmt` in this scope
[INFO] [stdout]   --> src/engine.rs:92:24
[INFO] [stdout]    |
[INFO] [stdout] 92 |                     Ok(Stmt::Pour(
[INFO] [stdout]    |                        ^^^^ use of undeclared type `Stmt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Stmt` in this scope
[INFO] [stdout]    --> src/engine.rs:102:24
[INFO] [stdout]     |
[INFO] [stdout] 102 |                     Ok(Stmt::Skip)
[INFO] [stdout]     |                        ^^^^ use of undeclared type `Stmt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Stmt` in this scope
[INFO] [stdout]    --> src/engine.rs:111:24
[INFO] [stdout]     |
[INFO] [stdout] 111 |                     Ok(Stmt::PourOut(
[INFO] [stdout]     |                        ^^^^ use of undeclared type `Stmt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Program` in this scope
[INFO] [stdout]    --> src/engine.rs:148:8
[INFO] [stdout]     |
[INFO] [stdout] 148 |     Ok(Program(stmts))
[INFO] [stdout]     |        ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Stmt` in this scope
[INFO] [stdout]    --> src/engine.rs:266:9
[INFO] [stdout]     |
[INFO] [stdout] 266 |         Stmt::PourOut(container, target, dest) => {
[INFO] [stdout]     |         ^^^^ use of undeclared type `Stmt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Stmt` in this scope
[INFO] [stdout]    --> src/engine.rs:228:9
[INFO] [stdout]     |
[INFO] [stdout] 228 |         Stmt::Pour(src1, src2, dest) => match (store.get(src1), store.get(src2)) {
[INFO] [stdout]     |         ^^^^ use of undeclared type `Stmt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Stmt` in this scope
[INFO] [stdout]    --> src/engine.rs:207:9
[INFO] [stdout]     |
[INFO] [stdout] 207 |         Stmt::Prep(source, dest) => match store.get(source) {
[INFO] [stdout]     |         ^^^^ use of undeclared type `Stmt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Stmt` in this scope
[INFO] [stdout]    --> src/engine.rs:200:9
[INFO] [stdout]     |
[INFO] [stdout] 200 |         Stmt::NewMixture(name) => {
[INFO] [stdout]     |         ^^^^ use of undeclared type `Stmt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Stmt` in this scope
[INFO] [stdout]    --> src/engine.rs:198:9
[INFO] [stdout]     |
[INFO] [stdout] 198 |         Stmt::Skip => Ok(()),
[INFO] [stdout]     |         ^^^^ use of undeclared type `Stmt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433, E0583.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Stmt` in this scope
[INFO] [stdout]    --> src/engine.rs:266:9
[INFO] [stdout]     |
[INFO] [stdout] 266 |         Stmt::PourOut(container, target, dest) => {
[INFO] [stdout]     |         ^^^^ use of undeclared type `Stmt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Stmt` in this scope
[INFO] [stdout]    --> src/engine.rs:228:9
[INFO] [stdout]     |
[INFO] [stdout] 228 |         Stmt::Pour(src1, src2, dest) => match (store.get(src1), store.get(src2)) {
[INFO] [stdout]     |         ^^^^ use of undeclared type `Stmt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Stmt` in this scope
[INFO] [stdout]    --> src/engine.rs:207:9
[INFO] [stdout]     |
[INFO] [stdout] 207 |         Stmt::Prep(source, dest) => match store.get(source) {
[INFO] [stdout]     |         ^^^^ use of undeclared type `Stmt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Stmt` in this scope
[INFO] [stdout]    --> src/engine.rs:200:9
[INFO] [stdout]     |
[INFO] [stdout] 200 |         Stmt::NewMixture(name) => {
[INFO] [stdout]     |         ^^^^ use of undeclared type `Stmt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Stmt` in this scope
[INFO] [stdout]    --> src/engine.rs:198:9
[INFO] [stdout]     |
[INFO] [stdout] 198 |         Stmt::Skip => Ok(()),
[INFO] [stdout]     |         ^^^^ use of undeclared type `Stmt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433, E0583.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `kumolang` (lib test) due to 17 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "fba2a8f59c0b81464a3d86128253b91aa50f2aa6a98d27eb85c89750bef4f9fe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fba2a8f59c0b81464a3d86128253b91aa50f2aa6a98d27eb85c89750bef4f9fe", kill_on_drop: false }`
[INFO] [stdout] fba2a8f59c0b81464a3d86128253b91aa50f2aa6a98d27eb85c89750bef4f9fe
